bug
authorJoey Hess <joeyh@joeyh.name>
Wed, 20 Aug 2025 18:58:44 +0000 (14:58 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 20 Aug 2025 18:58:44 +0000 (14:58 -0400)
doc/bugs/tahoe_special_remote_needs_updating.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/tahoe_special_remote_needs_updating.mdwn b/doc/bugs/tahoe_special_remote_needs_updating.mdwn
new file mode 100644 (file)
index 0000000..e7b1aaf
--- /dev/null
@@ -0,0 +1,15 @@
+After `apt-get install tahoe-lafs` installed version 1.20.0-6, this fails
+
+    TAHOE_FURL=foo git-annex initremote t type=tahoe embedcreds=yes
+
+    /usr/bin/tahoe:  Unknown command: start
+
+The tahoe man page says:
+
+       CONTROLLING NODES
+              In  the  past,  the 'tahoe' command offered service watching (with start, restart, stop commands), but this was not very portable
+              and has been deprecated.
+       
+          COMMANDS
+              run    Run a node without daemonizing.  This is the only command for running nodes.
+